HL7 FHIR Implementation Guide: ZM-Core Release 1 - Zambia
0.1.0 - Zambia flag

HL7 FHIR Implementation Guide: ZM-Core Release 1 - Zambia - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example ZM-Core Immunization

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/Immunization/ExampleZMCoreImmunization> a fhir:Immunization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExampleZMCoreImmunization"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-immunization"^^xsd:anyURI ;
       fhir:link <http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-immunization>
     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization ExampleZMCoreImmunization</b></p><a name=\"ExampleZMCoreImmunization\"> </a><a name=\"hcExampleZMCoreImmunization\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-zm-core-immunization.html\">ZM-Core Immunization Profile</a></p></div><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:\">BCG vaccine</span></p><p><b>lotNumber</b>: BCG-LOT-001</p><p><b>patient</b>: <a href=\"Patient-ExampleZMCorePatient.html\">John Mwale  Male, DoB: 1985-05-15 ( http://hapi.moh.gov.zm/fhir/sid/nrc#123456/12/1)</a></p><p><b>encounter</b>: <a href=\"Encounter-ExampleZMCoreEncounter.html\">Encounter: status = completed; class = ambulatory; type = ; actualPeriod = 2025-11-15 09:00:00+0200 --&gt; 2025-11-15 10:30:00+0200</a></p><p><b>occurrence</b>: 2026-08-08 10:00:00+0200</p><p><b>primarySource</b>: true</p><p><b>location</b>: <a href=\"Location-ExampleZMCoreLocation.html\">Location University Teaching Hospital</a></p><p><b>route</b>: <span title=\"Codes:\">Intradermal route</span></p><p><b>doseQuantity</b>: 0.05 mL<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemL = 'mL')</span></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-ExampleZMCorePractitioner.html\">Practitioner Mary Chipo Phiri (official)</a></td></tr></table><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DoseNumber</b></td></tr><tr><td style=\"display: none\">*</td><td>1</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:vaccineCode [
     fhir:text [ fhir:v "BCG vaccine" ]
  ] ; # 
  fhir:lotNumber [ fhir:v "BCG-LOT-001"] ; # 
  fhir:patient [
     fhir:link <http://hl7.org/fhir/Patient/ExampleZMCorePatient> ;
     fhir:reference [ fhir:v "Patient/ExampleZMCorePatient" ]
  ] ; # 
  fhir:encounter [
     fhir:link <http://hl7.org/fhir/Encounter/ExampleZMCoreEncounter> ;
     fhir:reference [ fhir:v "Encounter/ExampleZMCoreEncounter" ]
  ] ; # 
  fhir:occurrence [
     a fhir:dateTime ;
     fhir:v "2026-08-08T10:00:00+02:00"^^xsd:dateTime
  ] ; # 
  fhir:primarySource [ fhir:v true] ; # 
  fhir:location [
     fhir:link <http://hl7.org/fhir/Location/ExampleZMCoreLocation> ;
     fhir:reference [ fhir:v "Location/ExampleZMCoreLocation" ]
  ] ; # 
  fhir:route [
     fhir:text [ fhir:v "Intradermal route" ]
  ] ; # 
  fhir:doseQuantity [
     fhir:value [ fhir:v 0.05 ] ;
     fhir:unit [ fhir:v "mL" ] ;
     fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
     fhir:code [ fhir:v "mL" ]
  ] ; # 
  fhir:performer ( [
     fhir:actor [
       fhir:link <http://hl7.org/fhir/Practitioner/ExampleZMCorePractitioner> ;
       fhir:reference [ fhir:v "Practitioner/ExampleZMCorePractitioner" ]
     ]
  ] ) ; # 
  fhir:protocolApplied ( [
     fhir:doseNumber [ fhir:v "1" ]
  ] ) . # 

<http://hl7.org/fhir/Patient/ExampleZMCorePatient> a fhir:Patient .

<http://hl7.org/fhir/Encounter/ExampleZMCoreEncounter> a fhir:Encounter .

<http://hl7.org/fhir/Location/ExampleZMCoreLocation> a fhir:Location .

<http://hl7.org/fhir/Practitioner/ExampleZMCorePractitioner> a fhir:Practitioner .